home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 1.iso / mac / P_Bro.DIR / 00048.ls < prev    next >
Encoding:
Text File  |  1996-12-07  |  215 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 5) to 1
  4.   updateStage()
  5.   waittime(1)
  6.   repeat with n = 1 to 15
  7.     set the puppet of sprite n to 0
  8.   end repeat
  9.   go("Return")
  10. end
  11.